The following tables list the members exposed by ChannelAsyncOperation<T>.
Public Constructors
Public Properties
Public Methods
| Name | Description |
 | Complete | Overloaded.
Called when an asynchronous operation completes.
|
 | Dispose | Overloaded.
Frees any unmanaged resources.
|
 | End |
The response returned from the server.
|
 | EndAsync |
The awaitable response returned from the server.
|
 | Fault | Overloaded.
Called when an asynchronous operation completes.
|
Top
Protected Methods
| Name | Description |
 | InternalComplete |
Called when an asynchronous operation completes.
|
Top
See Also